Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.spreadsheet.layouts--layouts

This contribution is part of XML component org.nuxeo.ecm.platform.spreadsheet.layouts inside nuxeo-platform-spreadsheet-jsf-9.10.jar /OSGI-INF/layouts-contrib.xml

Extension Point

Extension point layouts of component WebLayoutManager.

Contributed Items

  • <layout name="spreadsheet_listing">
          <columns>
            <column name="title">
              <properties mode="any">
                <property name="useFirstWidgetLabelAsColumnHeader">true</property>
                <property name="sortPropertyName">dc:title</property>
                <property name="label">label.selection.column.title_link</property>
              </properties>
              <properties mode="edit_sort_infos">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <properties mode="edit_sort_infos_map">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <widget>listing_title_link</widget>
            </column>
            <column name="author">
              <properties mode="any">
                <property name="useFirstWidgetLabelAsColumnHeader">true</property>
                <property name="sortPropertyName">dc:creator</property>
                <property name="label">author</property>
              </properties>
              <properties mode="edit_sort_infos">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <properties mode="edit_sort_infos_map">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <widget>listing_creator</widget>
            </column>
            <column name="description">
              <properties mode="any">
                <property name="useFirstWidgetLabelAsColumnHeader">true</property>
                <property name="sortPropertyName">dc:description</property>
                <property name="label">description</property>
              </properties>
              <properties mode="edit_sort_infos">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <properties mode="edit_sort_infos_map">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <widget>listing_description</widget>
            </column>
            <column name="modification_date">
              <properties mode="any">
                <property name="useFirstWidgetLabelAsColumnHeader">true</property>
                <property name="sortPropertyName">dc:modified</property>
                <property name="label">label.content.header.modified</property>
              </properties>
              <properties mode="edit_sort_infos">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <properties mode="edit_sort_infos_map">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <widget>listing_modification_date</widget>
            </column>
            <column name="nature">
              <properties mode="any">
                <property name="useFirstWidgetLabelAsColumnHeader">true</property>
                <property name="sortPropertyName">dc:nature</property>
                <property name="label">label.dublincore.nature</property>
              </properties>
              <properties mode="edit_sort_infos">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <properties mode="edit_sort_infos_map">
                <property name="showInSortInfoSelection">true</property>
              </properties>
              <widget>listing_nature</widget>
            </column>
            <column name="subjects">
              <properties mode="any">
                <property name="useFirstWidgetLabelAsColumnHeader">true</property>
                <property name="label">label.dublincore.subject</property>
              </properties>
              <widget>l10nsubjects_listing</widget>
            </column>
          </columns>
        </layout>

XML Source

<extension point="layouts" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
    <layout name="spreadsheet_listing">
      <columns>
        <column name="title">
          <properties mode="any">
            <property name="useFirstWidgetLabelAsColumnHeader">true</property>
            <property name="sortPropertyName">dc:title</property>
            <property name="label">label.selection.column.title_link</property>
          </properties>
          <properties mode="edit_sort_infos">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <properties mode="edit_sort_infos_map">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <widget>listing_title_link</widget>
        </column>
        <column name="author">
          <properties mode="any">
            <property name="useFirstWidgetLabelAsColumnHeader">true</property>
            <property name="sortPropertyName">dc:creator</property>
            <property name="label">author</property>
          </properties>
          <properties mode="edit_sort_infos">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <properties mode="edit_sort_infos_map">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <widget>listing_creator</widget>
        </column>
        <column name="description">
          <properties mode="any">
            <property name="useFirstWidgetLabelAsColumnHeader">true</property>
            <property name="sortPropertyName">dc:description</property>
            <property name="label">description</property>
          </properties>
          <properties mode="edit_sort_infos">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <properties mode="edit_sort_infos_map">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <widget>listing_description</widget>
        </column>
        <column name="modification_date">
          <properties mode="any">
            <property name="useFirstWidgetLabelAsColumnHeader">true</property>
            <property name="sortPropertyName">dc:modified</property>
            <property name="label">label.content.header.modified</property>
          </properties>
          <properties mode="edit_sort_infos">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <properties mode="edit_sort_infos_map">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <widget>listing_modification_date</widget>
        </column>
        <column name="nature">
          <properties mode="any">
            <property name="useFirstWidgetLabelAsColumnHeader">true</property>
            <property name="sortPropertyName">dc:nature</property>
            <property name="label">label.dublincore.nature</property>
          </properties>
          <properties mode="edit_sort_infos">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <properties mode="edit_sort_infos_map">
            <property name="showInSortInfoSelection">true</property>
          </properties>
          <widget>listing_nature</widget>
        </column>
        <column name="subjects">
          <properties mode="any">
            <property name="useFirstWidgetLabelAsColumnHeader">true</property>
            <property name="label">label.dublincore.subject</property>
          </properties>
          <widget>l10nsubjects_listing</widget>
        </column>
      </columns>
    </layout>
  </extension>